home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / bbsutil / dlx70bbs.zip / DLX70SRC.ZIP / SCRIPT4.INT < prev    next >
Text File  |  1994-01-19  |  344b  |  14 lines

  1. INTERFACE; UNIT script4 (bbs4);
  2.  
  3. {DLX Bulletin Board System V7.0
  4.  
  5.  FREEWARE NOTICE
  6.  
  7.  DLX V7.0 is placed in the public domain by its author, Richard Gillmann.
  8.  Anyone who wishes to may run the program, copy it, or modify it for
  9.  any purpose, including commercial gain.}
  10.  
  11. procedure bbs4(consts s : lstring; var str : lstring);
  12.  
  13. END;
  14.